runtime/pprof.locInfo.pcs (field)

6 uses

	runtime/pprof (current package)
		proto.go#L247: 	pcs []uintptr
		proto.go#L444: 			if len(l.pcs) > len(stk) {
		proto.go#L445: 				panic(fmt.Sprintf("stack too short to match cached location; stk = %#x, l.pcs = %#x, original stk = %#x", stk, l.pcs, origStk))
		proto.go#L447: 			stk = stk[len(l.pcs):]
		proto.go#L474: 			stk = stk[len(l.pcs):] // skip the matching pcs.
		proto.go#L608: 		pcs:                    append([]uintptr{}, b.deck.pcs...),